- unlink system call
- 解链系统调用
English-Chinese computer dictionary (英汉计算机词汇大词典). 2013.
English-Chinese computer dictionary (英汉计算机词汇大词典). 2013.
Unlink (Unix) — In Unix like operating systems, unlink is a system call and a command line utility to delete files. The program directly interfaces the system call, which removes the file name and (but not on GNU systems) directories like rm and rmdir. If the… … Wikipedia
Device file system — In Unix like operating systems, a device file system or special file system allows software to interact with a device driver using standard input/output system calls, which simplifies many tasks.It includes device files , device nodes , or device … Wikipedia
Remote File System — The Remote File System (RFS) was a distributed file system developed by AT T in the 1980s. It was first delivered with UNIX System V Release 3 (SVR3).Compared to NFS it was superior on purely logical grounds,Fact|date=February 2007 preserving… … Wikipedia
Network File System — NFS im OSI Schichtenmodell Anwendung NFS Darstellung XDR Sitzung (Sun ) RPC Transport (UDP) TCP … Deutsch Wikipedia
cp (Unix) — cp is a UNIX command used to copy a file. Files can be copied either to the same directory or to a completely different directory, possibly on a different file system or hard disk drive. If the file is copied to the same directory, the new file… … Wikipedia
List of Unix utilities — This is a list of UNIX utilities as specified by IEEE Std 1003.1 2008, which is part of the Single UNIX Specification (SUS). These utilities can be found on UNIX Operating systems and most UNIX like operating systems. List IEEE Std 1003.1 2008… … Wikipedia
Maildir — The Maildir e mail format is a common way of storing e mail messages, where each message is kept in a separate file with a unique name, and each folder is a directory. The local filesystem handles file locking as messages are added, moved and… … Wikipedia
Cp (Unix) — cp is the command entered in a Unix shell to copy a file from one place to another, possibly on a different filesystem. The original file remains unchanged, and the new file may have the same or a different name.This document describes the POSIX… … Wikipedia
Device file — In Unix like operating systems, a device file or special file is an interface for a device driver that appears in a file system as if it were an ordinary file. There are also special device files in MS DOS and Microsoft Windows. They allow… … Wikipedia
Hard link — In computing, a hard link is a directory reference, or pointer, to a file on a storage volume. The name associated with the file is simply a label stored in a directory structure that refers the operating system to the file data. As such, more… … Wikipedia
Appel Système — En informatique, un appel système (en anglais, system call, abrégé en syscall) est une fonction fournie par le noyau d un système d exploitation et utilisée par les programmes s exécutant dans l espace utilisateur (en d autres termes, tous les… … Wikipédia en Français